github.com/andybalholm/brotli.hashForgetfulChain.addr (field)
8 uses
github.com/andybalholm/brotli (current package)
hash_forgetful_chain.go#L47: addr []uint32
hash_forgetful_chain.go#L67: h.addr = make([]uint32, bucketSize)
hash_forgetful_chain.go#L85: h.addr[bucket] = 0xCCCCCCCC
hash_forgetful_chain.go#L93: for i := range h.addr {
hash_forgetful_chain.go#L94: h.addr[i] = 0xCCCCCCCC
hash_forgetful_chain.go#L115: var delta uint = ix - uint(h.addr[key])
hash_forgetful_chain.go#L122: h.addr[key] = uint32(ix)
hash_forgetful_chain.go#L208: var delta uint = cur_ix - uint(h.addr[key])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |